Vcenter Namespaces Instances VpcConfig

Vcenter Namespaces Instances VpcConfig
Vcenter Namespaces Instances VpcConfig

The Vcenter Namespaces Instances VpcConfig schema describes the specification of a VPC for Namespaces Network configuration.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "private_cidrs": [
        {
            "address": "string",
            "prefix": 0
        }
    ]
}
private_cidrs
Optional

Vcenter Namespaces Instances VpcConfig.private_cidrs specifies CIDR blocks from which private subnets are allocated. This range should not overlap with those in Vcenter NamespaceManagement Supervisors Networks Workload VpcNetwork.vpc_connectivity_profile, Vcenter NamespaceManagement Clusters EnableSpec.service_cidr, or other services running in the datacenter.

This property was added in vSphere API 9.0.0.0.

If missing or null, use Supervisor default private CIDRs. This field must be (@term set) when Avi load balancer is used or when workloads are to be deployed on private subnets.